From: H. Nikolaus Schaller Date: Thu, 22 Jan 2015 20:38:09 +0000 (+0100) Subject: ARM: dts: omap3-gta04: Enable mcbps2 necessary for audio X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~5010^2~2^2~14 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=98fd396ff7e9db29b408efb779d7d50fa2032249;p=linux-4.9.git ARM: dts: omap3-gta04: Enable mcbps2 necessary for audio mcbsp2 is used in gta04 soundcard config and by default is disabled so enable it for gta04. Signed-off-by: H. Nikolaus Schaller Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/boot/dts/omap3-gta04.dtsi b/arch/arm/boot/dts/omap3-gta04.dtsi index ce283f5f6ad9..12b20a3e6daf 100644 --- a/arch/arm/boot/dts/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/omap3-gta04.dtsi @@ -498,3 +498,7 @@ }; }; }; + +&mcbsp2 { + status = "okay"; +};